• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Search results

  1. 1

    centering variable-width block elements

    seems none of the block elements are worth centering, really. so. I meant if there were any block elements that somebody could conceivably center while keeping its width variable.
  2. 1

    centering variable-width block elements

    huh. input and textarea are inline elements. that's just... I really should have checked earlier. what other common block elements are there that might need to be centered?
  3. 1

    centering variable-width block elements

    (line numbers are copy-pasta leftovers.) 126 .bl-c { 127 margin-left: auto; 128 margin-right: auto; 129 } 26 <form method='get' action='?' class='bl-c'> 27 <input type='text' name='one' value='{{= eschtml param 'one' }}' /> 28   29 <input type='text'...
Back
Top Bottom